Skip to main content

Label

Detailed Description

Label is used for displaying text, no user interaction functionality is provided.

Example code

In the code below, you will create a label:

const desktop = Desktop.instance();
new Label(desktop, 'Something text');